type runtime.rtype
10 uses
runtime (current package)
type.go#L28: type rtype struct {
type.go#L32: func (t rtype) string() string {
type.go#L40: func (t rtype) uncommon() *uncommontype {
type.go#L44: func (t rtype) name() string {
type.go#L67: func (t rtype) pkgpath() string {
type.go#L324: func (t rtype) nameOff(off nameOff) name {
type.go#L366: func (t rtype) typeOff(off typeOff) *_type {
type.go#L370: func (t rtype) textOff(off textOff) unsafe.Pointer {
type.go#L494: func toRType(t *abi.Type) rtype {
type.go#L495: return rtype{t}
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |